Skip to content

Rename zod consts to ...Schema and ts types to exclude ...Schema#3400

Merged
PE39806 merged 1 commit intomainfrom
techdebt/separate-zod-schema-names-from-ts-types
Mar 31, 2026
Merged

Rename zod consts to ...Schema and ts types to exclude ...Schema#3400
PE39806 merged 1 commit intomainfrom
techdebt/separate-zod-schema-names-from-ts-types

Conversation

@PE39806
Copy link
Copy Markdown
Collaborator

@PE39806 PE39806 commented Mar 26, 2026

If it is a zod const ensure the name ends with Schema. If it is a TS type ensure the name does not have the Schema suffix.

@github-actions github-actions bot added javascript Pull requests that update Javascript code tech debt A feature/requirement implemented in a sub-optimal way & must be re-written tests Improvements or additions to unit tests and / or end to end tests backend Changes affecting server-side logic, APIs, data processing, or internal services. labels Mar 26, 2026
@PE39806 PE39806 changed the title Rename zod consts to schema and ts types to exclude schema Rename zod consts to ...Schema and ts types to exclude ...Schema Mar 26, 2026
@PE39806 PE39806 merged commit dfd97dd into main Mar 31, 2026
23 checks passed
@PE39806 PE39806 deleted the techdebt/separate-zod-schema-names-from-ts-types branch March 31, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Changes affecting server-side logic, APIs, data processing, or internal services. javascript Pull requests that update Javascript code tech debt A feature/requirement implemented in a sub-optimal way & must be re-written tests Improvements or additions to unit tests and / or end to end tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants